ActiveReports 8
DoubleArray Constructor(Double[])

Specifies the data for the array.
Initializes a new instance of the DoubleArray class.
Syntax
'Declaration
 
Public Function New( _
   ByVal data() As System.Double _
)
public DoubleArray( 
   System.double[] data
)

Parameters

data
Specifies the data for the array.
See Also

Reference

DoubleArray Class
DoubleArray Members
Overload List

Support Forum